Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.team.core.subscribers.SyncInfo

Packages that use SyncInfo
org.eclipse.team.core.subscribers   
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View. 
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
 

Uses of SyncInfo in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers that return SyncInfo
abstract  SyncInfo TeamSubscriber.getSyncInfo(IResource resource, IProgressMonitor monitor)
          Returns synchronization info for the given resource, or null if there is no synchronization info because the subscriber does not apply to this resource.
 SyncInfo[] TeamSubscriber.getAllOutOfSync(IResource[] resources, int depth, IProgressMonitor monitor)
          Return an array of all out-of-sync resources (getKind() != 0) that occur under the given resources to the specified depth.
 

Uses of SyncInfo in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return SyncInfo
 SyncInfo ITeamSubscriberParticipantNode.getSyncInfo()
          Returns the SyncInfo for this node.
 SyncInfo[] ITeamSubscriberParticipantNode.getChildSyncInfos()
          Return an array that contains all children (including the receiver) that have SyncInfos that are out-of-sync.
 

Uses of SyncInfo in org.eclipse.team.ui.synchronize.actions
 

Methods in org.eclipse.team.ui.synchronize.actions that return SyncInfo
 SyncInfo[] SyncInfoSet.getNodes(SyncInfoFilter filter)
          Return all nodes in this set that match the given filter
 SyncInfo[] SyncInfoSet.getSyncInfos()
           
 SyncInfo SyncInfoSet.getNodeFor(IResource resource)
           
protected  SyncInfo[] SubscriberAction.getSyncInfos()
          This method returns all instances of SynchronizeViewNode that are in the current selection.
protected  SyncInfo[] SubscriberAction.getFilteredSyncInfos()
          Return the selected SyncInfo for which this action is enabled.
 

Methods in org.eclipse.team.ui.synchronize.actions with parameters of type SyncInfo
 boolean SyncInfoFilter.select(SyncInfo info)
          Return true if the provided SyncInfo matches the filter.
 boolean SyncInfoFilter.AndSyncInfoFilter.select(SyncInfo info)
           
 boolean SyncInfoFilter.AutomergableFilter.select(SyncInfo info)
           
 boolean SyncInfoFilter.PseudoConflictFilter.select(SyncInfo info)
           
 boolean SyncInfoFilter.OrSyncInfoFilter.select(SyncInfo info)
           
 boolean SyncInfoFilter.SyncInfoChangeTypeFilter.select(SyncInfo info)
           
 boolean SyncInfoFilter.SyncInfoDirectionFilter.select(SyncInfo info)
           
protected  boolean SubscriberAction.select(SyncInfo info)
          Return true if the action should be enabled for the given SyncInfo.
 

Constructors in org.eclipse.team.ui.synchronize.actions with parameters of type SyncInfo
SyncInfoSet(SyncInfo[] infos)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.